-
Notifications
You must be signed in to change notification settings - Fork 59
Publish AmpliconSeq Workflow updates #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bnovak32
merged 234 commits into
master
from
DEV_Amplicon_Illumina_NF_conversion_original
Aug 15, 2025
Merged
Publish AmpliconSeq Workflow updates #172
bnovak32
merged 234 commits into
master
from
DEV_Amplicon_Illumina_NF_conversion_original
Aug 15, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Manually added SW_AmpIllumina_B content to resolve merge conflicts.
- Added new software to Updates section - Fixed reference databases
Update Amplicon Seq Illumina pipeline to version GL-DPPD-7104-B. Add updated workflow, SW_AmpIllumina-B.
- Checks for invalid characters and primer url/file name
- Changed run_workflow.py to only match entered target region with runhseet target region - Added validity check for runsheet primer sequences - Added 16S and ITS info to SW_AmpIllumina-B README --target notes
- Amendment: Moved primer check before pulling raw reads
SW_AmpIllumina-B: run_workflow.py changes
SW-AmpIllumina-B optional visualizations updates Moved the visualization script from workflow_code/scripts/ to new folder workflow_code/visualizations/ Visualizations are now optional with the default being off. R-visualizations.log is now checked for and then copied to the outputs along with the other logs Visualizations can be enabled by either: run_workflow.py launch: using the ‘--visualizations TRUE’ argument. Direct snakemake launch: setting config[“enable_visualizations”] to “TRUE” Reformatted Snakefile rule all inputs (final outputs) to make addition of conditional outputs easier
- Account for volcano plot x-axis labels that are too long to fit on plot
- Workflow documentation: Add link to visualizations/README.md - Create visualizations/README.md stub page
[NF-AmpIllumina] Update pipeline doc code
…umina pipeline doc
…te deseq2 text to reflect updated headers
…a diversity scripts
…iconSeq_Workflow NF-AmpIllumina pipeline document updates associated with nasa/GeneLab_AmpliconSeq_Workflow#2
[NF-AmpIllumina] Add software to pipeline doc Merge pull request #169 from torres-alexis/DEV_Amplicon_Illumina_NF_conversion
- Add 3rd party README to provide index and pointers to correct license
info for each assay
- split Amplicon and Metagenomics
- Amplicon links point to Genelab_AmpliconSeq_Workflow repo
- Rename Metagenomics to remove Amplicon
- Remove Amplicon licenses from Metagenomics table/license folder
- re-sort software in Metagenomics table to match software list in
pipeline document
- add Workflow names to Current Workflow Version to match other assays and distinguish NF and SW workflows - Update current implementation flag - Update links to NF workflow and changelog - Add comment about previous changelog
- Update SW-AmpIllumina-B to version 1.2.3 - Fix broken reference database links
…sion_original Split NF_AmpIllumina workflow code into its own repo - Merge in updates in master as well as latest SW_AmpIllumina 1.2.3 update - Move NF_AmpIllumina code to GeneLab_AmpliconSeq_Workflow repo and add it back as a submodule - update all relevant links - update licenses to reflect change
- renamed Metagenomics license - added license links for other assays - updated Amplicon license links
Updated document date
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Publish AmpliconSeq Workflow updates